home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / auror300.zip / CLRCHART.DOX < prev    next >
Text File  |  1996-07-17  |  797b  |  32 lines

  1.  
  2.   CLRCHART.AML
  3.   Color Chart 
  4.  
  5.   This macro displays a color chart with color attribute codes in
  6.   decimal and hexidecimal.
  7.  
  8.   If Clrchart is run from within an edit window and a color is selected,
  9.   then the color description (i.e. 'cyan on black') is entered into the
  10.   edit window text at the cursor.
  11.  
  12.   Clrchart is also called as a utility from other macros, such as
  13.   Cfgcolor or Hilitewd.
  14.  
  15.  
  16.   Keys:
  17.   ────
  18.   <esc>                // exit
  19.   <enter>              // select color
  20.   <tab>, <shift tab>   // toggle background base color
  21.   <left>, <right>      // move cursor
  22.   <up>, <down>         // move cursor
  23.  
  24.   Mouse:
  25.   ─────
  26.   Single Click on:
  27.     ,   controls     // toggle background base color
  28.  
  29.   Double Click on:
  30.     color              // select color
  31.  
  32.